FaPromNotePrintAudit 
Logical Entity Name  FaPromNotePrintAudit 
Default Table Name  FaPromNotePrintAudit 
Physical Only  NO 
Definition 
 
Note 
 

FaPromNotePrintAudit Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaPromNotePrintAuditId(PK)    int  NO 
 
FaPromNotePrintAssignmentId(FK)    int  NO 
 
PreviousAssignedStaffId(FK)    int  YES 
 
CurrentAssignedStaffId(FK)    int  YES 
 
PreviousAssignedStaffGroupId(FK)    int  YES 
 
CurrentAssignedStaffGroupId(FK)    int  YES 
 
DatePrinted    datetime  YES 
 
PrintedByStaffId(FK)    int  YES 
 
Comment    nvarchar(max)  NO 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

FaPromNotePrintAudit Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_FaPromNotePrintAudit_FaPromNotePrintAuditId  PrimaryKey  FaPromNotePrintAuditId 

FaPromNotePrintAudit Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaffGroup  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAuditCurrentAssignedStaffGroupId_SyStaffGroupSyStaffGroupId      CurrentAssignedStaffGroupId  NO  YES 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAuditCurrentAssignedStaffId_SyStaffSyStaffId      CurrentAssignedStaffId  NO  YES 
FaPromNotePrintAssignment  Non-Identifying  One To Zero or More  FK_FaPromNotePrintAuditFaPromNotePrintAssignmentId_FaPromNotePrintAssignmentFaPromNotePrintAssignmentId      FaPromNotePrintAssignmentId  NO  YES 
SyStaffGroup  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAuditPreviousAssignedStaffGroupId_SyStaffGroupSyStaffGroupId      PreviousAssignedStaffGroupId  NO  YES 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAuditPreviousAssignedStaffId_SyStaffSyStaffId      PreviousAssignedStaffId  NO  YES 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAuditPrintedByStaffId_SyStaffSyStaffId      PrintedByStaffId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaPromNotePrintAuditUserId_SyStaffSyStaffId      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

FaPromNotePrintAudit Check Constraints 
Check Constraint Name  CheckConstraint